home *** CD-ROM | disk | FTP | other *** search
- on rightMouseDown me
- set the visible of sprite (the currentSpriteNum + 2) to 1
- updateStage()
- end
-
- on rightMouseUp me
- set the visible of sprite (the currentSpriteNum + 2) to 0
- end
-
- on mouseLeave me
- set the visible of sprite (the currentSpriteNum + 2) to 0
- end
-
- on new me
- set the visible of sprite (the currentSpriteNum + 2) to 0
- end
-